home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / vbasic / misc / files.bbs < prev    next >
Encoding:
File List  |  1997-10-03  |  9.9 KB  |  163 lines

  1.              =========================================
  2.                  Visual Basic textfiles and theory
  3.              =========================================
  4. 96WINT.ZIP   VB help and hints vol. 1 Issue 1 winter 1996
  5. APIDEMO.ZIP  Using the Windows API in Visual Basic
  6.              Visual Basic's Declare statement allows VB programs to call the 
  7.              routines in any Dynamic Link Library (DLL). Microsoft Windows 
  8.              is itself a collection of DLLs, so Visual Basic can call almost 
  9.              any of the functions in the Microsoft Windows Application 
  10.              Programming Interface (API). 
  11. HOWTO.ZIP    How to defeat VB decompilers
  12. VBTIPS11.ZIP Visual Basic Tips & Tricks 1.1- This Windows 3.1 Help File
  13.              contains many Visual Basic for DOS & Windows tips and tricks.
  14.              Also contains tips and tricks on Windows Help Files. Freeware!
  15.  
  16.  
  17.              ===========================================
  18.                  Visual Basic ver 1,2 & 3 sourcecode
  19.              ===========================================
  20. 3DMAP.ZIP    3DMAP 1.0           
  21.              The main purpose of 3DMAP is to show one method for 
  22.              manipulating graphics offscreen while accomplishing the rare 
  23.              ability of having "buttons" onscreen that are not restricted to 
  24.              four sides. Although slow, speed is not really noticable on a 
  25.              486-66 (the intended platform). This type of screen is very 
  26.              useful for educational or demographic software (besides the 
  27.              fact that it IS appealing to look at.)
  28. 3DPP.ZIP     VBPANEL Visual Basic 3D Panel Effects.
  29.              Have you ever wanted a group button which goes faster and has a 
  30.              good down picture, which looks like an animation? Or just want 
  31.              to make a command button with changing color-ed text? This set 
  32.              of 3 files includes examples of how to design 3 different type 
  33.              (you can design more) of buttons out of the Professional 
  34.              Edition's 3dPanel.  
  35. 3DSPLIT.ZIP  3D Routines with Splitter Bars v2.0
  36. ASIZE.ZIP    AutoSize
  37.              To show how to programmatically position your controls at run 
  38.              time so that the controls and their surrounding form remain 
  39.              proportionately the same size regardless of the display 
  40.              resolution or the dots per inch of the display driver's screen 
  41.              fonts. 
  42. BALLOONS.ZIP Help Balloons in VBasic
  43. BASES.ZIP    Number Base Converter Version 2.05
  44.              This software provides Visual BASIC functions for converting 
  45.              numbers between numeric bases, supporting bases 2 to 36. It 
  46.              also includes a function for rounding numbers stored in a base 
  47.              to a number of 'decimal' places.  
  48. CMB_HITE.ZIP Combo Box resizing demonstrations
  49.              The associated combo box demonstrations were done to assist 
  50.              myself in getting a smaller height on combo boxes. We have 
  51.              several projects which need the smaller height.  
  52. CMB_SIZE.ZIP Combo box resizing project using api calls 
  53.              A VB5 project to demonstrate working with combo and list box 
  54.              dimensions through API calls. This project was developed to 
  55.              assist our learning API calls in dealing with combo boxes and 
  56.              list boxes.  
  57. EASTER.ZIP   Calculate the date of the Easter sunday for a given year.
  58. EVAL.ZIP     The Eval-Utility, expression evaluator in Visual Basic 
  59. FTPDEMO.ZIP  FTP Client in VBasic
  60. ICOX.ZIP     Icon Extractor - How to extract Icons from Programs and Libraries 
  61.              IconEx VisualBasic CodeExample to show how to:
  62.              - extract icons from programs and libraries
  63.              - create multilingual programs
  64.              - obtain strings from Windows modules
  65.              - use the original Windows AboutBox
  66.              - call Windows APIs
  67. KEYSTATE.ZIP Scroll, Num & Caps Lock Status
  68. KPINI.ZIP    Visual Basic source code for .INI file management.
  69.              A nifty little wrapper module that will do any conceivable 
  70.              alteration of an .INI file -- well nearly. You want to delete a 
  71.              section -- ZAP! Want to interpret T/F entries, no problem! Get 
  72.              all [Section]'s or Entries? Add or remove a "device=" line? 
  73.              It's there. Full Visual Basic Source -- 45 routines in this 
  74.              third release. See the comments in INIFILE.BAS for useage and 
  75.              contact information. "Free is a *very* good price!"  
  76. MICROBBS.ZIP MicroBBS - MultiLine Windows BBS System
  77.              This is the last release of MicroBBS includes the source code. 
  78.              It is written in Visual Basic 3.00  
  79. NW41BAS.ZIP  Visual Basic for Windows Interface For The Novell Netware
  80.              4.x,3.x & 2.x Software Development Kit
  81. NWS_SNAP.ZIP Screen Print Program
  82.              The NWS_SNAP.EXE is a VB 3.0 program that takes a snapshot of 
  83.              the screen and allows the user to print the screen snapshot at 
  84.              different sizaes, with date and comments attached. A DLL is 
  85.              also supplied that provides a generic mouse movement hook 
  86.              procedure to allow you to call any program when the mouse moves 
  87.              into a pre- determined corner of the screen. 
  88. NWT2.ZIP     NWTEST2 is another example of how to use the NetWare Interface 
  89.              for Visual Basic (NIVB) to make NetWare DLL function calls from 
  90.              a Visual Basic program. The program shows how to attach and log 
  91.              in to file servers, map drives, and get group and trustee 
  92.              information for a user.  
  93. ONTOP.ZIP    Example of forcing a Window to always remain on top
  94. PARSE.ZIP    This program allows you to enter formulas. It will evaluate
  95.              them. You can add as many function as you want and have as many
  96. PCLVBW11.ZIP PERSONAL COMMUNICATIONS LIBRARY FOR VISUAL BASIC / WINDOWS. 
  97.              Version 1.1.1, <ASP>. Async comm library supporting COM1-COM20 
  98.              to 115,200 baud, 4+ ports concurrently, many dumb multiport 
  99.              boards, 16550 UART, interrupt driven, RTS/CTS flow control, any 
  100.              UART address using IRQ2 thru IRQ15. Requires Microsoft Visual 
  101.              BASIC / Win. 
  102. PMXMPL.ZIP   PMList - Program Manager Group Lister
  103.              Visual Basic SourceCode to show how to handle Windows's Program 
  104.              Manager Groups in Visual Basic. (e.g. for installation 
  105.              routines) 
  106. ROSETTES.ZIP VB Screensaver
  107. SENDKEY.ZIP  Sendkey demo f÷r VBasic
  108. SMOOTH.ZIP   Smooth Fade in Visual basic, test the color-palettes
  109. TILES1.ZIP   Tiles 1.0 Game written in VB with Source
  110. UHR.ZIP      UHR -- Style Manipulations with MS Visual Basic.
  111.              Includes the fully commented source code for VB3 (mainly). This 
  112.              programm gives main hints on how to realize CLOCK.EXE (shipped 
  113.              together with Windows) in mere VB code. 
  114. VB_3D2.ZIP   Easy3D2 - Extended 3D Options for VB - Revised
  115.              Free code example for 3D options in Visual Basic, shows how to:
  116.              - 3D options for VisualBasic and other windows
  117.              - how to make Windows search for the CTL3Dxy.DLL
  118.              - no 3D in VB environment (no GPFs anymore)
  119.              - use the original Windows AboutBox for your own purposes
  120.              - cut the system menu just as you like
  121.              - and some more useful routines...
  122. VBCOMBO.ZIP  This Visual Basic sample code demonstrates how to make the text 
  123.              Edit box of a combo box readonly. Dropdown and simple combos 
  124.              are treated separately. Included are the fully commented source 
  125.              code for VB2, VB3, VB4-16, VB4-32 and VB5.  
  126. VBDLL.ZIP    This is a real quick sample that I threw together to illustrate
  127.              how to call a DLL from VB. Not only can you call a DLL but the
  128.              same DLL can be made from the Borland, MS or Symantec
  129.              compilers.
  130. VBIBOX.ZIP   InputBox - New InputBox for VB
  131.              InputBox: With this VisualBasic CodeSample you'll learn about:
  132.              - how to create a customized input box in VB
  133.              - creating multilingual programs
  134.              - obtaining strings from Windows modules
  135.              - how to obtain Window's System Metrics
  136.              - calling Windows APIs
  137. VBMOVE.ZIP   MOVE -- Style Manipulations with MS Visual Basic.
  138.              Includes the fully commented source code for VB2, VB3, VB4-16 
  139.              and VB4-32. Examples for how to change the outlook of VB 
  140.              controls, e.g. add sizable frames, move controls by ghost 
  141.              frames or add a caption bar to almost any control. --> Floating 
  142.              Toolbars are no problem at all anymore !  
  143. VBSORT32.ZIP VBSORT Example - Sort 32-bit Visual Basic arrays
  144. VERSION.ZIP  Returns the DOS and Windows Version Information
  145. WINUSER.ZIP  UserName - Windows UserName, CompanyName and TrueWinVersion 
  146.              Is the fully commented source code on how to access the Windows 
  147.              UserName and CompanyName under Windows ! You will as well be 
  148.              able to obtain the TRUE Windows version. AND create 
  149.              multilingual programs (= you can now say 'yes' or 'no' in EVERY 
  150.              Windows language !). 
  151. VKKVB.ZIP    Few useful functions for VB programmers
  152. WORDWRAP.ZIP Carl Franklin's WordWrap Function
  153. WSC4VB21.ZIP WINDOWS STANDARD COMM LIB for VISUAL BASIC <ASP> v2.1
  154.              The Windows Standard Communications Library for Visual Basic 
  155.              (WSC4VB) is an asynchronous communications dynamic link library 
  156.              (DLL) which uses the standard Windows serial communications 
  157.              API. Since it uses the Windows API, programs using the WSC 
  158.              library are fully compatible with other Window applications 
  159.              which also use the Windows serial communications API. Both 
  160.              Win16 and Win32 versions are included. 
  161.  
  162.  
  163.